The HDF_SD_ISCOORDVAR function determines whether or not the specified dataset ID represents a NetCDF “coordinate” variable.
Result = HDF_SD_ISCOORDVAR(SDdataset_id)
Returns True (1) if the supplied data set ID is a NetCDF coordinate variable. Otherwise, False (0) is returned.
An SD dataset ID as returned by HDF_SD _SELECT or HDF_SD_CREATE.
None
4.0 |
Introduced |